home *** CD-ROM | disk | FTP | other *** search
- {
- "schema": {
- "Counter": "Long Integer",
- "Name": "Text (50)",
- "Address": "Text (50)",
- "City": "Text (30)",
- "State": "Text (20)",
- "ZIP": "Text (20)"
- },
- "data": [
- {
- "Counter": 1,
- "Name": "Larry Rebich",
- "Address": "199 California Drive, Suite 210",
- "City": "Millbrae",
- "State": "CA",
- "ZIP": "94030"
- },
- {
- "Counter": 3,
- "Name": "John Doe",
- "Address": "Any Street",
- "City": "Any Town",
- "State": "XX",
- "ZIP": "00000"
- },
- {
- "Counter": 4,
- "Name": "Move the Columns"
- },
- {
- "Counter": 5,
- "Name": "around then use"
- },
- {
- "Counter": 6,
- "Name": "Restore Layout"
- },
- {
- "Counter": 7,
- "Name": "Factory to see how"
- },
- {
- "Counter": 8,
- "Name": "the columns are "
- },
- {
- "Counter": 9,
- "Name": "reset."
- }
- ]
- }